ipmitool: disable FreeIPMI support
authorRobert Marko <[email protected]>
Wed, 12 Mar 2025 11:34:03 +0000 (12:34 +0100)
committerRobert Marko <[email protected]>
Thu, 13 Mar 2025 19:16:26 +0000 (20:16 +0100)
Now that we are building FreeIPMI library ipmitool will detect it
and since we are already passing --enable-intf-free it will build
support for FreeIPMI as well.

However, --enable-intf-free was previously no-op since it would just
fail to detect FreeIPMI and disable support for it but now it seems
that buildbots build FreeIPMI first and then ipmitool will fail with
missing dependency on FreeIPMI library.

Since FreeIPMI is quite big and previously ipmitool was built without
support for it anyway lets disable support for FreeIPMI in ipmitool and
if its required it can be made optional or as a package variant later.

This fixes building ipmitool via buildbots again.

Signed-off-by: Robert Marko <[email protected]>
admin/ipmitool/Makefile

index c00f4e368dbc1e001db75212df0e9aea37e7f444..cc3a155a69316d03787b150e22a3ca3c88b99b57 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ipmitool
 PKG_VERSION:=1.8.19
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://codeberg.org/IPMITool/ipmitool
@@ -50,7 +50,7 @@ CONFIGURE_ARGS += \
        --enable-intf-lan \
        --enable-intf-lanplus \
        --enable-intf-serial \
-       --enable-intf-free \
+       --disable-intf-free \
        --enable-intf-open \
        --enable-intf-imb \
        --enable-ipmishell